Head First Golang

  • Head first Golang.
  • Here is the basic of go-language, including grammer basic and some features.
  • The content is based on the tutorial A tour of Go and I will present my understanding.
  • Furthermore, I will try to anaylyze the priciple
阅读全文 »

S3FS

  • FUSE-based file system backed by Amazon S3
  • 基于对象存储的文件系统,国内有 aliyun/ossfs, huaweicloud/obsfs
  • 本质是实现了将对象存储的 Bucket 挂载到了本地文件系统中,从而通过本地文件系统操作 OSS 上的对象
阅读全文 »